func runtime.cgoIsGoPointer
15 uses
runtime (current package)
cgocall.go#L551: if p == nil || !cgoIsGoPointer(p) {
cgocall.go#L633: if !cgoIsGoPointer(p) {
cgocall.go#L649: if !cgoIsGoPointer(p) {
cgocall.go#L660: if p == nil || !cgoIsGoPointer(p) {
cgocall.go#L675: if !cgoIsGoPointer(ss.str) {
cgocall.go#L704: if !cgoIsGoPointer(p) {
cgocall.go#L733: if cgoIsGoPointer(pp) && !isPinned(pp) {
cgocall.go#L759: func cgoIsGoPointer(p unsafe.Pointer) bool {
cgocheck.go#L32: if !cgoIsGoPointer(src) {
cgocheck.go#L35: if cgoIsGoPointer(unsafe.Pointer(dst)) {
cgocheck.go#L95: if !cgoIsGoPointer(src) {
cgocheck.go#L98: if cgoIsGoPointer(dst) {
cgocheck.go#L116: if !cgoIsGoPointer(src) {
cgocheck.go#L119: if cgoIsGoPointer(dst) {
cgocheck.go#L173: if cgoIsGoPointer(v) && !isPinned(v) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)